Revision: hackerlab--myline--1.1--patch-1
Archive: lord@emf.net--gnu-arch-ws-2004
Creator: Tom Lord <lord@emf.net>
Date: Thu Nov  4 09:24:41 PST 2004
Standard-date: 2004-11-04 17:24:41 GMT
New-files: obtables/Makefile.in
    obtables/PLUGIN/.arch-ids/=id
    obtables/PLUGIN/.arch-ids/REQ.id obtables/PLUGIN/REQ
    obtables/obtable.c obtables/obtable.h
New-directories: obtables obtables/PLUGIN
    obtables/PLUGIN/.arch-ids
Modified-files: Makefile.in
New-patches: lord@emf.net--gnu-arch-ws-2004/hackerlab--myline--1.1--patch-1
Summary: Add the obtables modules
Keywords: obtables

The obtable modules provide a simple data structure for 
allocating and freeing descriptor-addressed, homogenously-sized
regions of memory from a pool.   "Descriptor-addressed" means that,
instead of pointers, allocated objects are referred to by small,
non-negative, densely-packed integers.

